Skip to content

ReactiveUserControl class

Defined in

Namespace: ReactiveUI.Winforms Assembly: ReactiveUI.Winforms.dll Full name: ReactiveUI.Winforms.ReactiveUserControl<T> Modifiers: public

Summary

View source

        This is an  UserControl that is both and UserControl and has a ReactiveObject powers
        (i.e. you can call RaiseAndSetIfChanged).
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481

Class hierarchy
classDiagram
class ReactiveUserControl~T~
class UserControl
UserControl <|-- ReactiveUserControl~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveUserControl~T~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveUserControl~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveUserControl~T~

Inherits from: UserControl

Implements: IViewFor, IViewFor, IActivatableView

Constructors

NameSummary
.ctorInitializes a new instance of the [ReactiveUserControl](# class.

Properties

NameSummary
ViewModelGets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.

Methods

NameSummary
DisposeClean up any resources being used.
Inherited members

See also